Commit 69214cfa by huluobin

# 更新

parent fb9391de
...@@ -286,7 +286,7 @@ ...@@ -286,7 +286,7 @@
left join (select * from (select t3.oa_user_id, cc.company_no from bailun_other.oa_user t3 left join (select * from (select t3.oa_user_id, cc.company_no from bailun_other.oa_user t3
left join user_role_binding urb on t3.oa_user_id = urb.oa_user_id left join user_role_binding urb on t3.oa_user_id = urb.oa_user_id
left join role_cost_company_binding rccb on urb.role_id = rccb.role_id left join role_cost_company_binding rccb on urb.role_id = rccb.role_id
left join cost_company cc on rccb.cost_company_id = cc.`value` left join cost_company cc on rccb.cost_company_id = cc.`id`
where t3.oa_user_id = #{req.currentUserId}) tt GROUP BY company_no) t on t1.company_no = t.company_no where t3.oa_user_id = #{req.currentUserId}) tt GROUP BY company_no) t on t1.company_no = t.company_no
</if> </if>
where where
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment