springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/ComPbMemberMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/ComPbMemberMapper.xml
@@ -759,8 +759,10 @@ t4.name as communityName, t1.address, t1.village_name as unitVillageName, t1.belong_to t1.belong_to, su.nick_name from com_pb_member t LEFT JOIN sys_user su ON t.user_id = su.user_id left join com_pb_check_unit t1 on t.check_unit_id = t1.id left join com_mng_village t2 on t.village_id = t2.village_id left join com_act t4 on t.community_id = t4.community_id where t.id = #{id}