“djh”
2024-10-31 39f8fb5886475604b6a9b6d99afe53ec730a293b
exam-system/src/main/resources/mapper/institutionaccess/ThBatchMapper.xml
@@ -30,7 +30,7 @@
            and subject_code like concat(#{query.subjectCode}, '%')
        </if>
        <if test="query.trainOrgName != null and query.trainOrgName != ''">
            and train_org_name = #{query.trainOrgName}, '%')
            and train_org_name = #{query.trainOrgName}
        </if>
        <if test="query.startTime != null"><!-- 开始时间检索 -->
            and date_format(actual_start_time,'%y-%m-%d') &gt;= date_format(#{query.startTime},'%y-%m-%d')