Commit 5f7bc606 by xugaojun

添加新增欢迎语更新时间

parent 912f372e
......@@ -125,6 +125,7 @@ public class WelcomeServiceImpl implements WelcomeService {
welcome.setOpenFlag(1);
welcome.setStatusFlag(1);
welcome.setCreateTime(new Date());
welcome.setUpdateTime(new Date());
welcome.setOperatorId(bo.getOperatorId());
welcome.setOperatorName(bo.getOperatorName());
welcomeMapper.insert(welcome);
......
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