Your Name
2023-01-26 cfed607d085002b737ff54992ebd469954362ab3
java110-db/src/main/resources/mapper/user/UserServiceDaoImplMapper.xml
@@ -574,7 +574,8 @@
                #{item}
            </foreach>
            and uosr.status_cd =0
            GROUP BY u.user_id
            GROUP BY u.user_id u.name,u.email,u.address,u.location_cd,
            u.age,u.sex,u.tel,u.level_cd ,u.b_id,su.rel_cd ,td.name
        </if>
        order by u.create_time desc
        <if test="page != -1 and page != null ">
@@ -598,9 +599,10 @@
            ,u_user_attr ua
        </if>
        where 1= 1
        <if test="openId != null and openId != ''">
            and u.user_id = ua.user_id
            and ua.spec_cd = '100201911001'
            and ua.spec_cd in ('100201911001','100201911003')
            and ua.value = #{openId}
            and ua.status_cd = '0'
        </if>