Commit 1aa2255b by fudahua

绑定的时候 新增小程序配置

parent e923e9a9
...@@ -215,6 +215,7 @@ public class WxEnterpriseApiServiceImpl implements WxEnterpriseApiService { ...@@ -215,6 +215,7 @@ public class WxEnterpriseApiServiceImpl implements WxEnterpriseApiService {
tabWelcome.setCreateTime(new Date()); tabWelcome.setCreateTime(new Date());
tabWelcome.setUpdateTime(new Date()); tabWelcome.setUpdateTime(new Date());
tabWelcome.setStatusFlag(1); tabWelcome.setStatusFlag(1);
tabWelcome.setWxEnterpriseId(dto.getWxEnterpriseId());
tabWelcome.setWelcomeId(ToolUtil.randomUUID()); tabWelcome.setWelcomeId(ToolUtil.randomUUID());
welcomeMapper.insert(tabWelcome); welcomeMapper.insert(tabWelcome);
} else { } else {
......
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