用户行为统计财务服务企业档案特殊排序
This commit is contained in:
parent
cab4955059
commit
fc72952eca
@ -193,7 +193,7 @@ public class PsCompanyInfoServiceImpl implements IPsCompanyInfoService {
|
||||
lqw.exists(bo.getType() != 1, sql.toString());
|
||||
|
||||
//2025/02/07 财务需求 新完成任务的公司排在最上边。这里专门针对宋姐的号 做特殊排序处理
|
||||
if (!Objects.equals(100L, LoginHelper.getUserId())){
|
||||
if (!Objects.equals(1853637743934660609L, LoginHelper.getUserId())){
|
||||
lqw.orderByAsc("CASE WHEN bus.min_end_date IS NULL THEN 1 ELSE 0 END, bus.min_end_date");
|
||||
}
|
||||
lqw.orderByDesc("finish_date");
|
||||
|
Loading…
Reference in New Issue
Block a user