|
@ -63,7 +63,10 @@ |
|
|
so.LATITUDE AS latitude, |
|
|
so.LATITUDE AS latitude, |
|
|
so.ADDRESS as address, |
|
|
so.ADDRESS as address, |
|
|
so.ID as orgId, |
|
|
so.ID as orgId, |
|
|
so.remark |
|
|
so.remark, |
|
|
|
|
|
so.sync_type AS syncType, |
|
|
|
|
|
so.dept_id AS deptId, |
|
|
|
|
|
so.dept_staff_id AS deptStaffId |
|
|
FROM ic_community_self_organization so |
|
|
FROM ic_community_self_organization so |
|
|
WHERE so.DEL_FLAG = 0 |
|
|
WHERE so.DEL_FLAG = 0 |
|
|
<if test="null != agencyId and agencyId != '' "> |
|
|
<if test="null != agencyId and agencyId != '' "> |
|
|