Commit f959cb0c by 徐高华

修改人

parent 94058933
...@@ -160,6 +160,8 @@ public class WelcomeServiceImpl implements WelcomeService { ...@@ -160,6 +160,8 @@ public class WelcomeServiceImpl implements WelcomeService {
welcome.setOperatorId(bo.getOperatorId()); welcome.setOperatorId(bo.getOperatorId());
welcome.setOperatorName(bo.getOperatorName()); welcome.setOperatorName(bo.getOperatorName());
welcome.setDefaultWelcomeFlag(bo.getDefaultWelcomeFlag()); welcome.setDefaultWelcomeFlag(bo.getDefaultWelcomeFlag());
welcome.setModifierId(bo.getModifierId());
welcome.setModifierName(bo.getModifierName());
welcomeMapper.updateByPrimaryKeySelective(welcome); welcomeMapper.updateByPrimaryKeySelective(welcome);
return 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