Commit 83c0f224 authored by 鲁鸿波's avatar 鲁鸿波

Merge branch 'dev_2.6.0' of http://120.46.174.3:8099/zlmy/zlmy-cloud into dev_2.6.0

No related merge requests found
......@@ -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