Commit feaead58 by xugaojun

修改欢迎语匹配策略,查询字段修改

parent 1260e236
......@@ -137,6 +137,7 @@ public class WelcomeServiceImpl implements WelcomeService {
private TabWelcome updateWelcome(TabWelcome welcome, SaveWelcomeBO bo) {
welcome.setTitle(bo.getTitle());
welcome.setWelcomeContent(bo.getWelcomeContent());
welcome.setUpdateTime(new Date());
welcome.setOperatorId(bo.getOperatorId());
welcome.setOperatorName(bo.getOperatorName());
welcomeMapper.updateByPrimaryKeySelective(welcome);
......
......@@ -111,7 +111,7 @@
and default_welcome_flag = #{defaultWelcomeFlag,jdbcType=INTEGER}
</if>
and status_flag = 1
order by create_time desc
order by update_time desc
</select>
<select id="countByWxEnterpriseId" resultType="java.lang.Long">
......
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