kongzy
2024-10-12 2ceb5cc35cdbe61a738b2864db5411a4ddc5da50
exam-system/src/main/resources/mapper/institutionaccess/ThCertMapper.xml
@@ -12,10 +12,10 @@
                 and a.institution_name =#{institutionName}
            </if>
            <if test="startTime!=null and startTime!=''">
                and a.cert_ime &gt;= #{startTime}
                and a.cert_time &gt;= #{startTime}
            </if>
            <if test="endTime!=null and endTime!=''">
                and a.cert_ime &lt;= #{endTime}
                and a.cert_time &lt;= #{endTime}
            </if>
            <if test="trainOrgName!=null and trainOrgName!=''">
                and a.train_org_name =#{trainOrgName}