Commit fb9391de by huluobin

# 更新

parent 68f4013b
...@@ -287,7 +287,7 @@ ...@@ -287,7 +287,7 @@
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.`value`
where t3.oa_user_id = #{req.currentUserId}) tt GROUP BY company_no) t on t1.create_userid = t.oa_user_id and 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
true true
......
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