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