zhibing.pu
2024-07-24 c52f83ef5f702b3c178881d3eee72267c77e7751
cloud-server-account/src/main/resources/mapper/TStudentMapper.xml
@@ -35,7 +35,6 @@
        t_student st
        LEFT JOIN t_app_user us on st.appUserId = us.id) o
        <where>
            <if test="item.province != null and item.province != ''">
                and o.province = #{item.province}
            </if>
@@ -57,6 +56,7 @@
                    #{id}
                </foreach>
            </if>
        and o.state!=3
        </where>
    </select>