|
@@ -115,7 +115,7 @@ public class CommonLogic {
|
|
|
currentCompanyWechat.setUser(user);
|
|
|
|
|
|
|
|
|
- if (user == null || !StringUtil.isEmpty(user.getWebsitId())) {
|
|
|
+ if (user != null && !StringUtil.isEmpty(user.getWebsitId())) {
|
|
|
AdminWebsit adminWebsit = adminWebsitService.getById(user.getWebsitId());
|
|
|
currentCompanyWechat.setAdminWebsit(adminWebsit);
|
|
|
}
|