‘linchangsheng’ преди 1 месец
родител
ревизия
e239bca4e4
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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>