lidongdong
2022-10-19 645320e0087527958b89e58ab525fee821270683
修改导办人员管理区域未显示,未显示
1个文件已修改
9 ■■■■ 已修改文件
flower_city/src/main/resources/mapper/SysUserMapper.xml 9 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
flower_city/src/main/resources/mapper/SysUserMapper.xml
@@ -65,7 +65,14 @@
            department_id,
            stair_id,
            second_level_id,
            department_area,
            concat(
                    IFNULL((SELECT name FROM area_code_2022 WHERE area_code_2022.code=(select city from automessage_organization_chart
                                                                                       where automessage_organization_chart.id=department_id)),''),
                    IFNULL((SELECT name FROM area_code_2022 WHERE area_code_2022.code=(select district from automessage_organization_chart
                                                                                       where automessage_organization_chart.id=department_id)),''),
                    IFNULL((SELECT name FROM area_code_2022 WHERE area_code_2022.code=(select village from automessage_organization_chart
                                                                                       where automessage_organization_chart.id=department_id)),'')
                ) AS department_area,,
            leisure_state,
            master_ids,
            master_names,