fix: 自测bug修复。

This commit is contained in:
tianyongbao
2026-02-06 18:17:15 +08:00
parent ea6c0e6e13
commit 4750709ad9

View File

@@ -85,8 +85,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="creditCardId != null "> and a.id = #{creditCardId}</if>
<if test="bankId != null "> and a.bank_id = #{bankId}</if>
<if test="lendType != null and lendType != ''"> and a.lend_type = #{lendType}</if>
<if test="status != null and status != ''"> and a.card_tier = #{status}</if>
<if test="cardTier != null and cardTier != ''"> and a.status = #{cardTier}</if>
<if test="status != null and status != ''"> and a.status = #{status}</if>
<if test="cardTier != null and cardTier != ''"> and a.card_tier = #{cardTier}</if>
<if test="repayFlag != null and repayFlag != ''"> and a.debit_type in('1','2','3')</if>
<if test="staticFlag != null and staticFlag != ''"> and ( a.debit_type in('1','2') and a.status!='2') </if>
<if test="startMonth!=null and startMonth !=''">