Commit 432c65c6 authored by tianyiming's avatar tianyiming

通过组id查询组及组内人员信息 bug修改

parent f57448ba
......@@ -196,6 +196,9 @@
LEFT JOIN privilege_company pc ON tui.unit_code = pc.company_code
WHERE
tzei.equip_category IS NOT NULL
AND tui.userId IS NOT NULL
AND tui.unit_code IS NOT NULL
AND pc.org_code IS NOT NULL
AND tzei.is_delete = '0'
AND pc.is_deleted = 'f'
AND tzei.unit_type <![CDATA[<>]]> '检验检测机构'
......
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