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') >= date_format(#{query.startTime},'%y-%m-%d')