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>