“djh”
2024-10-24 5fc609145a7072fb8c7bce501ece0daca0d46467
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}