tangzy
2021-11-09 2cdfc2901063cf4e7133091e2f82a89d41f3f50d
src/main/java/org/springblade/modules/apply/mapper/ExamPaymentMapper.xml
@@ -47,6 +47,5 @@
        <if test="examPayment.id!=null and examPayment.id!=''">
            and id = #{examPayment.id}
        </if>
    </select>
</mapper>