@ -29,6 +29,7 @@ public class ParymemberResultDTO implements Serializable {
/**
* 当前所选组织的坐标区域
*/
@JsonIgnore
private String areaMarks = "";
@ -29,6 +29,7 @@ public class UserResultDTO implements Serializable {
@ -29,6 +29,7 @@
WHERE
del_flag = 0
AND parent_agency_id = #{agencyId}
AND all_parent_ids LIKE concat('%', #{agencyId}, '%')
</select>
<!-- 查询子级用户分布【网格级别】 -->
@ -32,5 +32,6 @@
del_flag = '0'
AND event_id = #{projectId}
</mapper>