multi-system/src/main/resources/mapper/system/ExPhaseStudentMapper.xml
@@ -66,7 +66,7 @@ and b.phone like concat('%',#{studentPhone},'%') </if> <if test="studentId!=null"> and a.student_id=#{studentId} and a.student_id=#{studentId} and (d.stop_time is null or d.stop_time > now()) </if> </where> order by a.id desc