springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/resources/mapper/SysUserDOMapper.xml
@@ -90,7 +90,7 @@ LEFT JOIN com_act_user_wallet as cauw on u.user_id = cauw.user_id and u.community_id = cauw.community_id LEFT JOIN com_act_integral_user as caiu on u.user_id = caiu.user_id and u.community_id = caiu.community_id WHERE u.community_id = #{loginUserInfoVO.communityId} u.community_id = ${loginUserInfoVO.communityId} AND u.type = 1 <if test='loginUserInfoVO.keyWord != null and loginUserInfoVO.keyWord.trim() != ""'> AND (u.phone like concat(#{loginUserInfoVO.keyWord},'%') or