|
@@ -38,7 +38,6 @@
|
|
|
from enterprise_wechat_worker eww
|
|
|
join admin_websit aw on eww.main_department = aw.websit_id and aw.corp_id = eww.corp_id
|
|
|
join user ur on ur.work_user_id = eww.wechat_user_id
|
|
|
- join admin_company_wechat d on ur.company_wechat_id = d.company_wechat_id and d.corp_id = aw.corp_id
|
|
|
where ur.user_id = #{userId}
|
|
|
</select>
|
|
|
|