Commit a5270418 authored by Rensq's avatar Rensq

获取首页值班值守信息接口优化

parent 820577c2
......@@ -1381,6 +1381,7 @@ public class DutyServiceImpl extends ServiceImpl<DutyDao, TSysDuty> implements D
wrapper.in("company_id", list);
}
wrapper.eq("duty_date", format);
wrapper.ne("status", BizConstants.STATUS_DELETE);
List<TSysDuty> list = this.list(wrapper);
List<TSysDuty> resultList = new ArrayList<>();
for (TSysDuty tSysDuty : list) {
......
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