智慧保安后台管理项目备份
Administrator
2021-09-11 05254cc0cf10fb2f692b2620e7edfdd039060b29
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>
    <!--考试报名详情信息-->