Commit 8785b35d authored by tianyiming's avatar tianyiming

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

parent 76b3bdb1
...@@ -197,6 +197,7 @@ ...@@ -197,6 +197,7 @@
WHERE WHERE
tzei.equip_category IS NOT NULL tzei.equip_category IS NOT NULL
AND tzei.is_delete = '0' AND tzei.is_delete = '0'
AND pc.is_deleted = 'f'
AND tzei.unit_type <![CDATA[<>]]> '检验检测机构' AND tzei.unit_type <![CDATA[<>]]> '检验检测机构'
AND tui.amos_user_id IN (SELECT USER_ID FROM privilege_group_user WHERE GROUP_SEQ = #{groupId}) AND tui.amos_user_id IN (SELECT USER_ID FROM privilege_group_user WHERE GROUP_SEQ = #{groupId})
</select> </select>
......
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