Commit 75fbe33a by zhiwj

咨询建议

parent fa96098f
......@@ -58,7 +58,8 @@ public class ProblemServiceImpl implements ProblemService {
problem.setShowStatus(Constants.OPEN);
problem.setStatus(Constants.OPEN);
problem.setCreateTime(new Date());
return tabProblemMapper.insertSelective(problem);
tabProblemMapper.insertSelective(problem);
return problem.getProblemId();
}
@Override
......
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