“djh”
4 days ago 9abc6588d464269024d3e680b98cfd71e2acc84e
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