Commit 137bcaed by 徐高华

创建人

parent 2e584c88
......@@ -136,6 +136,8 @@ public class WelcomeServiceImpl implements WelcomeService {
welcome.setUpdateTime(new Date());
welcome.setOperatorId(bo.getOperatorId());
welcome.setOperatorName(bo.getOperatorName());
welcome.setCreatorId(bo.getCreatorId());
welcome.setCreatorName(bo.getCreatorName());
welcome.setDefaultWelcomeFlag(bo.getDefaultWelcomeFlag());
welcomeMapper.insert(welcome);
return 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