|
@@ -270,6 +270,9 @@ public class WorkerLogic {
|
|
|
.eq(WebsitUser::getUserId, currentCompanyWechat.getUserId())
|
|
|
.eq(WebsitUser::getWebsitId, websitId).one();
|
|
|
|
|
|
+ if (websiUser == null)
|
|
|
+ throw new RemoteServiceException("没有入驻信息");
|
|
|
+
|
|
|
|
|
|
AdminWebsit adminWebsit = adminWebsitService.getById(websitId);
|
|
|
|