Преглед на файлове

修改融信列表查询

郎学彬 преди 4 години
родител
ревизия
6af630fe9b
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      sc-service/src/main/resources/mapper/common/FinanceInfMapper.xml

+ 2 - 1
sc-service/src/main/resources/mapper/common/FinanceInfMapper.xml

@@ -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>