Commit 9b85f4c2 authored by luzhuang's avatar luzhuang

t

parent 1f2328c7
......@@ -225,6 +225,8 @@ public class BDiscussServiceImpl implements BDiscussService {
bDiscuss.setDiscussDate();
bDiscuss.setDiscussTime();
bDiscussChildList.forEach(bDiscussChild -> {
bDiscuss.setDiscussDate();
bDiscuss.setDiscussTime();
if (StringUtils.isNotEmpty(bDiscussChild.getStudentId())){
ids.add(bDiscussChild.getStudentId());
}
......
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