Commit 89593a50 authored by chenzhao's avatar chenzhao

增加代码注释

parent b2999ff6
......@@ -197,6 +197,7 @@ public class DutyPersonServiceImpl extends DutyCommonServiceImpl implements IDut
};
}
});
//若修改时将原有值班改为请选择 需删除原有排班 否则无法置空原有数据
if (currentData.size()>0 && ActionStatus.METHOD_UPDATE.getCode().equals(type) ){
ArrayList<Long> ids = new ArrayList<>();
currentData.stream().forEach(e->ids.add(e.getSequenceNbr()));
......
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