cloud-server-account/src/main/resources/mapper/TStudentMapper.xml
@@ -51,6 +51,11 @@ <if test="item.phone != null and item.phone != ''"> and o.phone LIKE CONCAT('%',#{item.phone},'%') </if> <if test="item.ids != null and item.ids.size >0 "> and o.appUserId in <foreach collection="item.ids" separator="," open="(" item="id" close=")"> #{id} </foreach> </if> </where> </select>