exam-system/src/main/resources/mapper/institutionaccess/ThCertMapper.xml
@@ -20,6 +20,9 @@ <if test="trainOrgName!=null and trainOrgName!=''"> and a.train_org_name =#{trainOrgName} </if> <if test="idcard!=null and idcard!=''"> and a.idcard like concat('%',#{idcard},'%') </if> </where> order by a.create_time desc </select>