Commit 7762ada4 authored by 鲁鸿波's avatar 鲁鸿波

值班领导是第一位

parent f5c373b0
......@@ -293,7 +293,7 @@ public class TSysDutyLogServiceImpl extends SuperServiceImpl<TSysDutyLogDao, TSy
.eq("unit_belong", addRequest.getUnitBelong())
.eq("company_id", loginUser.getOrgId())
.ne("status", BizConstants.STATUS_DELETE)
.ne("status", "3");
.ne("status", "3").orderByDesc("sort");
//获取当前班次的所有值班人员
List<TSysDuty> sysDutyList = dutyService.list(queryWrapper);
for (TSysDuty duty : sysDutyList) {
......
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