Commit e16adf6f authored by luzhuang's avatar luzhuang

t

parent 9b85f4c2
......@@ -225,8 +225,8 @@ public class BDiscussServiceImpl implements BDiscussService {
bDiscuss.setDiscussDate();
bDiscuss.setDiscussTime();
bDiscussChildList.forEach(bDiscussChild -> {
bDiscuss.setDiscussDate();
bDiscuss.setDiscussTime();
bDiscussChild.setDiscussDate();
bDiscussChild.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