src/main/java/org/springblade/modules/exam/mapper/ExamPaperMapper.xml
@@ -174,4 +174,13 @@ ) </select> <!--查询前缀相同的准考证数量--> <select id="getCandidateNoCount" resultType="java.lang.Integer"> select count(*) from sys_training_registration where 1=1 <if test="result!=null and result!=''"> and candidate_no like concat('%', #{result},'%') </if> </select> </mapper>