智慧保安后台管理-外网项目备份
zhongrj
2022-08-18 38d775fa2ccd433c727a5b7cec8bed02493df1ec
src/main/java/org/springblade/modules/apply/mapper/ExamPaymentMapper.xml
@@ -23,6 +23,9 @@
        <if test="examPayment.workerId!=null and  examPayment.workerId!=''">
            and se.worker_id like concat('%', #{examPayment.workerId},'%')
        </if>
        <if test="examPayment.deptId!=null and  examPayment.deptId!=''">
            and bd.id = #{examPayment.deptId}
        </if>
        <if test="examPayment.deptName!=null and  examPayment.deptName!=''">
            and bd.dept_name like concat('%', #{examPayment.deptName},'%')
        </if>