Commit 4e9010f4 authored by chenzhao's avatar chenzhao

修改bug

parent f9e47ddb
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
FROM FROM
cb_org_usr cb_org_usr
WHERE WHERE
sequence_nbr IN ( SELECT DISTINCT signed_company_id FROM cb_contract WHERE company_id = #{seq} ) sequence_nbr IN ( SELECT DISTINCT signed_company_id FROM cb_contract WHERE company_id = #{seq} and is_delete = 0 )
AND biz_org_type = "COMPANY" AND biz_org_type = "COMPANY"
AND is_delete = 0 AND is_delete = 0
</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