Commit 77c8eecb authored by 李博今's avatar 李博今

更新停用用户

parent 00892908
......@@ -58,7 +58,7 @@ public class BOpinionServiceImpl implements BOpinionService{
bOpinion.setOpinion(opinion);
bOpinion.setArrangeId(bSubtask.getArrangeId());
bOpinion.setSubtaskId(bSubtask.getBusinessId());
Date day=new Date();
Date day = new Date();
bOpinion.setCreateDate(day);
int line = bOpinionRepository.insertSelective(bOpinion);
return new PersistModel(line);
......
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