src/main/java/org/springblade/modules/apply/mapper/ExamPaymentMapper.xml
@@ -21,6 +21,12 @@ <if test="examPayment.deptName!=null and examPayment.deptName!=''"> and bd.dept_name like concat('%', #{examPayment.deptName},'%') </if> <if test="examPayment.type!=null"> and se.type = #{examPayment.type} </if> <if test="examPayment.paymentStatus!=null"> and se.payment_status = #{examPayment.paymentStatus} </if> </select> <!--考试报名详情信息-->