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>