| | |
| | | ORDER BY su.create_at desc |
| | | </select> |
| | | |
| | | <select id="getGridMemberLcList" resultType="com.panzhihua.common.model.vos.grid.admin.GridMemberLcListVO"> |
| | | select id,lc_grid_member_id,lc_grid_member_name from lc_compare_code_member |
| | | </select> |
| | | |
| | | <select id="getGridMemberCascade" resultType="com.panzhihua.common.model.vos.grid.admin.GridMemberCascadeVO"> |
| | | <if test="type != null and type == 1"> |
| | | select community_id as id,`name` from com_act where state = 0 |
| | | </if> |
| | | <if test="type != null and type == 2"> |
| | | select village_id as id,`name` from com_mng_village where community_id = #{id} |
| | | </if> |
| | | <if test="type != null and type == 3"> |
| | | select id,`name` from com_mng_building where village_id = #{id} |
| | | </if> |
| | | </select> |
| | | |
| | | </mapper> |