@@ -49,6 +49,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="paramMap.zfiId == null or paramMap.zfiId == ''">
and zfi_status = '02'
</if>
+ group by zfi_id
order by flag asc , zc_finance_inf.create_time desc
</select>
-</mapper>
+</mapper>