From 60daae4c3f216bc9af6b9efa38450d44413de8ff Mon Sep 17 00:00:00 2001 From: 101captain <237651143@qq.com> Date: 星期三, 29 十二月 2021 14:11:03 +0800 Subject: [PATCH] 12/29 河门口大屏特殊修改 --- springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/resources/mapper/SysUserInputDAO.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/resources/mapper/SysUserInputDAO.xml b/springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/resources/mapper/SysUserInputDAO.xml index cae04e4..b53d661 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/resources/mapper/SysUserInputDAO.xml +++ b/springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/resources/mapper/SysUserInputDAO.xml @@ -47,7 +47,7 @@ </select> <select id="selectComMngStructArea" resultType="com.panzhihua.common.model.vos.community.ComMngStructAreaVO"> - select a.id,a.community_id,a.area_name,address_detail from com_mng_struct_area a where a.community_id=#{communityId} + select a.id,a.community_id,a.area_name,address_detail from com_mng_struct_area a where a.community_id = #{communityId} </select> <select id="specialUserExport" resultType="com.panzhihua.common.model.dtos.user.EexcelUserDTO"> @@ -59,7 +59,7 @@ if(u.low_income_households=1,'是','否') lowIncomeHouseholds, if(u.low_income_people=1,'是','否') lowIncomePeople, if(u.old_people=1,'是','否') oldPeople, if(u.special_service_family=1,'是','否') specialServiceFamily, if(u.key_personnel=1,'是','否') keyPersonnel, u.tags FROM sys_user_input u JOIN com_mng_struct_area c ON u.area_id - = c.id where u.community_id=#{exportSpecialUserDTO.communityId} + = c.id where u.community_id = #{exportSpecialUserDTO.communityId} <if test='exportSpecialUserDTO.areaName != null and exportSpecialUserDTO.areaName.trim() != ""'> AND @@ -87,7 +87,7 @@ if(u.low_income_households=1,'是','否') lowIncomeHouseholds, if(u.low_income_people=1,'是','否') lowIncomePeople, if(u.old_people=1,'是','否') oldPeople, if(u.special_service_family=1,'是','否') specialServiceFamily, if(u.key_personnel=1,'是','否') keyPersonnel, u.tags FROM sys_user_input u where - u.community_id=#{exportUserDTO.communityId} + u.community_id = #{exportUserDTO.communityId} <if test='exportUserDTO.areaName != null and exportUserDTO.areaName.trim() != ""'>JOIN com_mng_struct_area c ON u.area_id = c.id -- Gitblit v1.7.1