Commit ca8ebd73 authored by lisong's avatar lisong

修改应急小组导出bug

parent d42a8f42
...@@ -106,7 +106,7 @@ ...@@ -106,7 +106,7 @@
FROM FROM
cb_organization co cb_organization co
WHERE WHERE
co.biz_org_code LIKE concat( #{bizOrgCode}, '%' ) and co.is_delete = 0 co.is_delete = 0
</select> </select>
<select id="selectOrganizationUserList" resultType="com.yeejoin.amos.boot.module.jcs.api.dto.OrganizationUserExportDto"> <select id="selectOrganizationUserList" resultType="com.yeejoin.amos.boot.module.jcs.api.dto.OrganizationUserExportDto">
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