“djh”
5 days ago 55f7e6cdbd00b0ab4a98fb8edde83e16a423baaa
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