Commit 1aa2255b by fudahua

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

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