|
@@ -152,6 +152,7 @@ public class AccountServiceImpl implements AccountService {
|
|
.last("LIMIT 1"));
|
|
.last("LIMIT 1"));
|
|
if (enterpriseConfig != null) {
|
|
if (enterpriseConfig != null) {
|
|
weChatHomePageVo.setEnterPriseAddress(enterpriseConfig.getAddress());
|
|
weChatHomePageVo.setEnterPriseAddress(enterpriseConfig.getAddress());
|
|
|
|
+ weChatHomePageVo.setUserNotice(enterpriseConfig.getUsernotices());
|
|
}
|
|
}
|
|
//获取微信标识
|
|
//获取微信标识
|
|
String openId = WeChatUtils.getCurrentWeChatOpenId();
|
|
String openId = WeChatUtils.getCurrentWeChatOpenId();
|