‘linchangsheng’ 1 week ago
parent
commit
e239bca4e4
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/main/resources/mapper/OrderShareRankMapper.xml

+ 0 - 1
src/main/resources/mapper/OrderShareRankMapper.xml

@@ -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>