|
@@ -241,6 +241,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="paramMap.billIdList != null and paramMap.billIdList != ''">
|
|
|
and b.zbi_id NOT IN (${paramMap.billIdList})
|
|
|
</if>
|
|
|
+ ORDER BY b.zbi_pay_date DESC
|
|
|
|
|
|
</select>
|
|
|
|
|
@@ -280,7 +281,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="paramMap.billIdList != null and paramMap.billIdList != ''">
|
|
|
and b.zbi_id NOT IN (${paramMap.billIdList})
|
|
|
</if>
|
|
|
-
|
|
|
+ ORDER BY b.zbi_pay_date DESC
|
|
|
</select>
|
|
|
|
|
|
<!---核心开立已使用额度-->
|